This patch removed "#define page_info page" in asm-ia64/config.h.
We tested compilation, booting dom0, and creation/destruction domU.
This patch is "step3" which we showed by the following mail.
http://lists.xensource.com/archives/html/xen-ia64-devel/2006-03/msg00305.html
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
extern unsigned long dom0_start;
extern unsigned long dom0_size;
-// see include/asm-ia64/mm.h, handle remaining page_info uses until gone
-#define page_info page
-
// from linux/include/linux/mm.h
extern struct page_info *mem_map;